Click or drag to resize

NoteCollectionRemove Method (String)

Removes a Note from the collection, if it is present.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Remove(
	string description
)

Parameters

description
Type: SystemString
The description of the Note to remove.
See Also